regexp.Regexp.numSubexp (field)
8 uses
regexp (current package)
regexp.go#L90: numSubexp int
regexp.go#L194: numSubexp: maxCap,
regexp.go#L344: return re.numSubexp
regexp.go#L581: n = 2 * (re.numSubexp + 1)
regexp.go#L680: n = 2 * (re.numSubexp + 1)
regexp.go#L765: n := (1 + re.numSubexp) * 2
regexp.go#L895: ret := make([][]byte, 1+re.numSubexp)
regexp.go#L1050: ret := make([]string, 1+re.numSubexp)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |